home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / powk193b.zip / FIXKEYB.DOC < prev    next >
Text File  |  1990-04-24  |  1KB  |  23 lines

  1. European (and American) users of "enhanced" keyboards who must load KEYB.COM 
  2. (DOS 3.3), or KEYB??.COM (DOS 3.2 and below) for your keyboards -- you must 
  3. run FIXKEYB.COM before KYBD.BUF will work properly.  FIXKEYB.COM creates a 
  4. "SYS" file from the above mentioned "COM" files, which can be loaded by CONFIG-
  5. .SYS (where they BELONGED in the first place).  To use FIXKEYB.COM, type: 
  6.  
  7. fixkeyb [path] KEYB??.COM or KEYB.COM                                           
  8.  
  9. FIXKEYB.COM will create a file KEYB??.SYS or KEYB.SYS.  The "??" stands for the 
  10. keyboard driver that is specific to your type of "enhanced" keyboard, and can 
  11. be FR, GR, IT, SP, UK, and US (among several others).
  12.  
  13. After the "SYS" file has been created, put the following line in CONFIG.SYS:    
  14.  
  15. DEVICE= [path] KEYB??.SYS or
  16. DEVICE= [path] KEYB.SYS (put the parameters you normally use with KEYB.COM here)
  17.                        ^ be sure to leave a blank space here
  18.  
  19. The above line must appear BEFORE the line:
  20.  
  21. DEVICE=C:\PKII\KYBD.BUF ...
  22.  
  23.